attempt to convert js to coffee

Judy Ngai 9 years ago
parent
commit
e2f2f47463
1 changed files with 4 additions and 0 deletions
  1. 4 0
      app/assets/javascripts/pages/agent-show-page.js.coffee

+ 4 - 0
app/assets/javascripts/pages/agent-show-page.js.coffee

@@ -2,6 +2,10 @@ $('#target').click ->
2 2
   $('#memorytoggle').toggleClass 'hidden'
3 3
   return
4 4
 
5
+`$( "#target" ).click(function() {
6
+  $("#memorytoggle").toggleClass("hidden");
7
+});`
8
+
5 9
 class @AgentShowPage
6 10
   constructor: ->
7 11
     $(".agent-show #show-tabs a[href='#logs'], #logs .refresh").on "click", @fetchLogs